Skip to content

[Snyk] Fix for 1 vulnerabilities#197

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4d5cd468bbc35b13db63735c0ae09da3
Open

[Snyk] Fix for 1 vulnerabilities#197
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-4d5cd468bbc35b13db63735c0ae09da3

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io bot commented Apr 5, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • samples/client/petstore/jaxrs-cxf/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-COMFASTERXMLJACKSONCORE-15907551
  125   com.fasterxml.jackson.datatype:jackson-datatype-joda:
2.9.1 -> 2.21.2
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:
2.9.1 -> 2.21.2
No Path Found No Known Exploit

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling

@snyk-io
Copy link
Copy Markdown
Author

snyk-io bot commented Apr 5, 2026

Merge Risk: High

This upgrade from Jackson 2.9.1 to 2.21.2 is a large version jump that includes several significant breaking changes requiring developer action and verification.

Key Breaking Changes

  • Java Version Requirement: The minimum Java version has been raised. Jackson 2.9 required Java 7, but version 2.14 and later require Java 8 for all core components. Projects must be running on Java 8 or newer. [3, 9]
  • JAX-RS Providers (Javax vs. Jakarta): Starting with version 2.13, Jackson introduced separate artifacts for JAX-RS providers to support both the older javax.* and newer jakarta.* namespaces. If you are using a modern JAX-RS implementation (like Jersey 3+), you will need to update your dependency from jackson-jaxrs-json-provider to the corresponding jackson-jakarta-rs-json-provider artifact. Failure to do so will result in runtime errors. [3, 4]
  • New Default Processing Limits: To improve security against Denial of Service (DoS) attacks, version 2.15 introduced default limits on the maximum size of processed data. This includes a maximum string value length (initially 5MB, raised to 20MB in 2.15.1) and a maximum nesting depth of 1000. [1, 30, 33] Applications that process very large or deeply nested JSON documents may now encounter exceptions where they previously did not.
  • Behavioral Changes:
    • Date/Time Formatting: In version 2.11, the default timezone offset format for java.util.Date and java.util.Calendar was changed to

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io
Copy link
Copy Markdown
Author

snyk-io bot commented Apr 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants